In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodeQrCode_4 Method

DrawBarcodeQrCode_4 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(103)>

Function DrawBarcodeQrCode_4( _

   ByVal Data As String, _

   ByVal EncodingMode As BarcodeQREncodingMode, _

   ByVal ErrorCorrectionLevel As BarcodeQRErrorCorrectionLevel, _

   ByVal Version As Integer, _

   ByVal QuietZone As Integer, _

   ByVal ModuleSize As Integer, _

   ByVal DstX As Single, _

   ByVal DstY As Single, _

   ByVal FillColorC As Byte, _

   ByVal FillColorM As Byte, _

   ByVal FillColorY As Byte, _

   ByVal FillColorK As Byte, _

   ByVal BackColorC As Byte, _

   ByVal BackColorM As Byte, _

   ByVal BackColorY As Byte, _

   ByVal BackColorK As Byte _

) As GdPictureStatus
function DrawBarcodeQrCode_4( 

    Data: String;

    EncodingMode: BarcodeQREncodingMode;

    ErrorCorrectionLevel: BarcodeQRErrorCorrectionLevel;

    Version: Integer;

    QuietZone: Integer;

    ModuleSize: Integer;

    DstX: Single;

    DstY: Single;

    FillColorC: Byte;

    FillColorM: Byte;

    FillColorY: Byte;

    FillColorK: Byte;

    BackColorC: Byte;

    BackColorM: Byte;

    BackColorY: Byte;

    BackColorK: Byte

): GdPictureStatus; 
DispIdAttribute(103)

function DrawBarcodeQrCode_4( 

   Data : String,

   EncodingMode : BarcodeQREncodingMode,

   ErrorCorrectionLevel : BarcodeQRErrorCorrectionLevel,

   Version : int,

   QuietZone : int,

   ModuleSize : int,

   DstX : float,

   DstY : float,

   FillColorC : byte,

   FillColorM : byte,

   FillColorY : byte,

   FillColorK : byte,

   BackColorC : byte,

   BackColorM : byte,

   BackColorY : byte,

   BackColorK : byte

) : GdPictureStatus;
[DispId(103)]

GdPictureStatus DrawBarcodeQrCode_4( 

   string* Data,

   BarcodeQREncodingMode EncodingMode,

   BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel,

   int Version,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte FillColorC,

   byte FillColorM,

   byte FillColorY,

   byte FillColorK,

   byte BackColorC,

   byte BackColorM,

   byte BackColorY,

   byte BackColorK

) 
[DispId(103)]

GdPictureStatus DrawBarcodeQrCode_4( 

   String^ Data,

   BarcodeQREncodingMode EncodingMode,

   BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel,

   int Version,

   int QuietZone,

   int ModuleSize,

   float DstX,

   float DstY,

   byte FillColorC,

   byte FillColorM,

   byte FillColorY,

   byte FillColorK,

   byte BackColorC,

   byte BackColorM,

   byte BackColorY,

   byte BackColorK

) 

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Version
QuietZone
ModuleSize
DstX
DstY
FillColorC
FillColorM
FillColorY
FillColorK
BackColorC
BackColorM
BackColorY
BackColorK
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members